home *** CD-ROM | disk | FTP | other *** search
/ Cre@te Online 2000 December / Cre@teOnline CD05.iso / MacSoft / XML Instance.sea / XML Instance / Required / extplugin.jar / com / extensibility / plugin / api / ResLocationPrefPlugin.class (.txt) < prev    next >
Encoding:
Java Class File  |  2000-07-31  |  399 b   |  14 lines

  1. package com.extensibility.plugin.api;
  2.  
  3. import javax.swing.JPanel;
  4.  
  5. public interface ResLocationPrefPlugin extends PluginIntf {
  6.    String getName();
  7.  
  8.    JPanel getPreferencePanel(ResLocationContext var1);
  9.  
  10.    boolean isDirty();
  11.  
  12.    void savePreferences();
  13. }
  14.